Skip to content

Conversation

@ItsRico
Copy link
Contributor

@ItsRico ItsRico commented Sep 1, 2022

refactor: Adding Config Stem Constants

Added constants to be common that are previously defined only in edgex-go.

Closes: #754

If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/go-mod-core-contracts/blob/main/.github/Contributing.md

PR Checklist

Please check if your PR fulfills the following requirements:

  • [ x] I am not introducing a breaking change (if you are, flag in conventional commit message with BREAKING CHANGE: describing the break)
  • [ x] I am not introducing a new dependency (add notes below if you are)
  • I have added unit tests for the new feature or bug fix (if not, why?)
  • I have fully tested (add details below) this the new feature or bug fix (if not, why?)
  • I have opened a PR for the related docs change (if not, why?)

Testing Instructions

New Dependency Instructions (If applicable)

@jim-wang-yutsung jim-wang-yutsung added the tech-debt issue_type denoting refactoring to improve design or removal of temporary workarounds label Sep 1, 2022
bnevis-i
bnevis-i previously approved these changes Sep 1, 2022
@bnevis-i
Copy link
Collaborator

bnevis-i commented Sep 1, 2022

@ItsRico DCO check is failing. Need to sign the commit.

Added constants to be common that are previously defined only in edgex-go.

Closes: edgexfoundry#754
Signed-off-by: Rico Chavez-Lopez <[email protected]>
Close: edgexfoundry#754

Signed-off-by: Rico Chavez-Lopez <[email protected]>
@ItsRico
Copy link
Contributor Author

ItsRico commented Sep 2, 2022

Added missed constant & signed off commits

@codecov-commenter
Copy link

Codecov Report

Merging #757 (2bee4e9) into main (551051d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #757   +/-   ##
=======================================
  Coverage   64.70%   64.70%           
=======================================
  Files          81       81           
  Lines        3108     3108           
=======================================
  Hits         2011     2011           
  Misses        907      907           
  Partials      190      190           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Member

@lenny-goodell lenny-goodell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lenny-goodell lenny-goodell merged commit 96394ea into edgexfoundry:main Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tech-debt issue_type denoting refactoring to improve design or removal of temporary workarounds

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add configStem constants

5 participants